home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Cl…Business) - New Member 21 / Software of the Month Club XXI - New Member Business.ISO / mac / Business / Financial Portfolio v4.1 ƒ / Financial Portfolio v4.1 / Financial Portfolio v4.1.rsrc / LENS_171_Sort categories.bin < prev    next >
Text File  |  1995-11-23  |  1KB  |  63 lines

  1. ItemType: WIND
  2. Rect: 170,249,470,429
  3. AutoSize: FALSE
  4. Style: Dialog
  5. HasTitleBar: TRUE
  6. HasZoomBox: FALSE
  7. Name: Sort categories
  8. Params: i4_Text┬i5_Text┬i0_TopLeft
  9. Result: i4_Text┬i5_Text┬i0_AutoSize
  10.  
  11. ItemType: PUSH
  12. Rect: 219,153,291,173
  13. Name: OK
  14. DefaultItem: TRUE
  15. AutoClose: TRUE
  16.  
  17. ItemType: PUSH
  18. Rect: 114,153,194,173
  19. Name: Cancel
  20. CancelItem: TRUE
  21. AutoClose: TRUE
  22.  
  23. ItemType: TEXT
  24. Rect: 0,-1,300,27
  25. TextFont: Geneva
  26. TextSize: 10
  27. AutoSize: FALSE
  28. Name: Title
  29. TextAlign: Center
  30. Text: Drag the categories into the order you wish to sort by┬(for net worth, pie graphs, custom reports)
  31.  
  32. ItemType: LIST
  33. Rect: 2,44,144,139
  34. TextFont: Geneva
  35. TextSize: 10
  36. AutoSize: FALSE
  37. Name: assets
  38. Logic: Drag
  39. Text: 
  40.  
  41. ItemType: LIST
  42. Rect: 156,44,298,139
  43. TextFont: Geneva
  44. TextSize: 10
  45. AutoSize: FALSE
  46. Name: liabilities
  47. Logic: Drag
  48. Text: 
  49.  
  50. ItemType: LBL
  51. Rect: 3,26,54,42
  52. Text: Assets:
  53.  
  54. ItemType: LBL
  55. Rect: 157,26,229,42
  56. Text: Liabilities:
  57.  
  58. ItemType: PUSH
  59. Rect: 10,155,90,172
  60. TextFont: Geneva
  61. TextSize: 10
  62. Name: alphabetize
  63. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue┬get wsGet(wdID,"assets","Text")┬put fullsort(it) into aa┬wsSet wdID,"assets","Text",aa┬get wsGet(wdID,"liabilities","Text")┬put fullsort(it) into aa┬wsSet wdID,"liabilities","Text",aa┬--end mouseUp